home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / grap_cad / idtool3 / alps3.exe / lha / KD.BAT < prev    next >
DOS Batch File  |  1990-12-30  |  889b  |  26 lines

  1. echo off
  2. cls
  3. cd\keydraw
  4. if exist kd_draw.hhh ren kd_draw.hhh kd_draw.hlp
  5. if exist kd_draw.ddd ren kd_draw.ddd kd_draw.dft
  6. if exist kd_draw.dft goto start
  7. echo ┌──────────────────────────────────────────────────────────────────────┐
  8. echo │PC-KEY-DRAW needs to be configured to your system.  A configuration   │
  9. echo │screen will appear when the program is entered.  First time users need│
  10. echo │only worry about setting the drives to use for the workspace (ram disk│
  11. echo │is good if available) and for completed drawings.                     │
  12. echo │Use (Ctrl-s)tatus to reach configuration from within program.         │
  13. echo └──────────────────────────────────────────────────────────────────────┘
  14. pause
  15. :start
  16. if exist kdshell.bat del kdshell.bat
  17. if not %1!==! goto runmacro
  18. kd_draw
  19. goto end
  20. :runmacro
  21. kd_draw %1
  22. :end
  23. if exist kdshell.bat kdshell
  24. cd\alps
  25. alps
  26.